Skip to main content
guest
|
Join
|
Help
|
Sign In
guest
Join
|
Help
|
Sign In
schuchert
Home
Wiki Home
Recent Changes
Pages and Files
Members
My CV
C++ Training
New Stuff
FitNessse Tutorials
Experiential Learning
RubyNotes
EJB & JPA
Agile Courseware
Unpublished Articles
Tool Configuration
AOP
C# & OOP
Back to the Top
JPA Tutorial 3 - V1 Assignments
Edit
0
1
…
0
Tags
No tags
Notify
RSS
Backlinks
Source
Print
Export (PDF)
Questions
Given our current solution, how would you add support for:
Return dates
Fines
Review how we return a book. Does it seem strange that we retrieve the book, get the patron, update both of them and then merge the patron?
How are the first two questions related?
Advanced: If you have spare time
Write a simple user interface. Your interface should support the following operations:
Add a book
Add a patron
Checkout a book to a patron
Return a book
Your choice on the type of user interface, text, servlet, swing, ...
Javascript Required
You need to enable Javascript in your browser to edit pages.
help on how to format text
Turn off "Getting Started"
Home
...
Loading...
Questions
Advanced: If you have spare time
Write a simple user interface. Your interface should support the following operations:Your choice on the type of user interface, text, servlet, swing, ...